Change download source for OpenSSL
authorAlex Crichton <alex@alexcrichton.com>
Wed, 17 Aug 2016 17:56:43 +0000 (10:56 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 17 Aug 2016 17:56:43 +0000 (10:56 -0700)
Apparently they now redirect openssl.org to www.openssl.org

Makefile.in

index 45f4dab6baa7f0669ce01e347172f05870f2d5c9..d8093de5e8e1aab727dd93a5b58846de130d8e3a 100644 (file)
@@ -242,7 +242,7 @@ endef
 $(foreach target,$(CFG_TARGET),$(eval $(call BUILD_OPENSSL,$(target))))
 
 target/openssl/openssl-$(OPENSSL_VERS).tar.gz: | target/openssl/
-       curl -o $(@) https://openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz
+       curl -o $(@) https://www.openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz
        sha256sum $(@) > $(@).sha256
        test $(OPENSSL_SHA256) = `cut -d ' ' -f 1 $(@).sha256`